﻿#footer {
    width: 100%;
    height: 70px;
    text-align: center;
    color: #808080;
    padding-top: 20px;
    display: none;
    position: fixed;
    bottom: 0px;
    background: rgb(255 255 255 / 0.66);
    backdrop-filter: blur(4px);
}
#footerTrig {
    width: 100%;
    height: 28px;
    position: fixed;
    bottom: 0px;
}

.footLink {
    cursor: pointer;
    display: inline-block;
    color: #808080;
    text-decoration: underline;
    font-family: Lato, sans-serif;
    font-size: 16px;
}
    .footLink:hover {
        color: #2a68bf;
    }
.showList ul li {
    display: list-item !important;
}